home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / include / grkeysym.h < prev    next >
C/C++ Source or Header  |  1997-05-08  |  2KB  |  45 lines

  1. /* @(#)GRkeysym.h    V1.4    3/16/95 */
  2. /*
  3. |    file name -- GRkeysym.h
  4. |======================================================================
  5. |
  6. |   copied from the X11 include file: keysym.h
  7. |
  8. |======================================================================
  9. */
  10. /* $XConsortium: keysym.h,v 1.12 88/09/06 15:56:09 jim Exp $ */
  11.  
  12. /***********************************************************
  13. Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
  14. and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
  15.  
  16.                         All Rights Reserved
  17.  
  18. Permission to use, copy, modify, and distribute this software and its 
  19. documentation for any purpose and without fee is hereby granted, 
  20. provided that the above copyright notice appear in all copies and that
  21. both that copyright notice and this permission notice appear in 
  22. supporting documentation, and that the names of Digital or MIT not be
  23. used in advertising or publicity pertaining to distribution of the
  24. software without specific, written prior permission.  
  25.  
  26. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  27. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  28. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  29. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  30. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  31. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  32. SOFTWARE.
  33.  
  34. ******************************************************************/
  35.  
  36. /* default keysyms */
  37. #define XK_MISCELLANY
  38. #define XK_LATIN1
  39. #define XK_LATIN2
  40. #define XK_LATIN3
  41. #define XK_LATIN4
  42. #define XK_GREEK
  43.  
  44. #include "GRkeysymdef.h"
  45.